home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q101 / 4 / 74.TXT < prev    next >
Text File  |  1993-08-30  |  3KB  |  65 lines

  1. DOCUMENT:Q101474  19-JUL-1993  [W_NT]
  2. TITLE   :INF: Performance Monitor Collects Data for Only One Instance
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. To display Performance Monitor statistics, such as % Processor Time,
  16. for two instances of the same program, you must copy the program to
  17. another name on your hard disk.
  18.  
  19. For example, consider a program called TESTDEMO.EXE that calls 
  20. various GDI functions based on a menu selection. To chart the
  21. performance of two different instances of the application
  22. simultaneously to see how the different functions use the processor,
  23. make a copy of the program with a different name (for example,
  24. TESTDEM1.EXE).
  25.  
  26. If the program is a 16-bit Windows-based application, Windows NT does
  27. not support profiling more than one copy simultaneously. Only one
  28. instance of the NTVDM exists at any one time. Windows NT cooperatively
  29. multitasks all 16-bit Windows-based applications in the NTVDM and they
  30. all appear to the Win32 Subsystem as one process. Because the
  31. Performance Monitor is a Win32 application, it only sees the one NTVDM
  32. process and it cannot separate the performance of the individual
  33. 16-bit Windows-based applications.
  34.  
  35. This behavior is necessary because process identifier values are
  36. quickly reused. If a process ID was chosen as a unique value and the
  37. process died, another program might use that process ID almost
  38. immediately.
  39.  
  40. For example, consider a process with Process ID 112. If you chart the
  41. performance of this process, stop the process and restart it, it may
  42. restart with a different process number and the Performance Monitor
  43. would not display it.
  44.  
  45. To view statistics for two processes simultaneously, give each process
  46. a unique name. Then the Performance Monitor can provide statistics for
  47. each process no matter how many times the process starts and stops.
  48.  
  49. Additional reference words: 3.10 perfmon thread process
  50.  
  51. =============================================================================
  52.  
  53. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  54. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  55. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  56. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  57. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  58. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  59. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  60. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  61. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  62. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  63. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  64.  
  65. Copyright Microsoft Corporation 1993.